home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / frasrc19.zip / FRACTINT.DEF < prev    next >
Text File  |  1995-03-03  |  3KB  |  118 lines

  1. ; boilerplate header stuff
  2.  
  3. NAME        Fractint
  4. DESCRIPTION    'Fractint for DOS'
  5. EXETYPE        DOS
  6.  
  7. ; The basics:  The main code and video sections
  8.  
  9. SEGMENTS    fractint_text ovl:0
  10. SEGMENTS    general_text  ovl:0
  11. SEGMENTS    video_text    ovl:0
  12.  
  13. ; core fractal-generating routines (in the root segment for speed)
  14.  
  15. SEGMENTS    calcfrac_text ovl:0
  16. SEGMENTS    fractalp_text ovl:0
  17. SEGMENTS    fractals_text ovl:0
  18. SEGMENTS    fractalb_text ovl:0
  19.  
  20. ; commonly used math routines (in the root segment for speed)
  21.  
  22. SEGMENTS    fpu087_text   ovl:0
  23. SEGMENTS    fpu387_text   ovl:0
  24. SEGMENTS    mpmath_c_text ovl:0
  25. SEGMENTS    mpmath_a_text ovl:0
  26.  
  27. ; specialized video routines (which could be in overlays if needs be)
  28.  
  29. SEGMENTS    diskvid_text ovl:31
  30. SEGMENTS    fr8514a_text ovl:0
  31. SEGMENTS    hgcfra_text ovl:33
  32. SEGMENTS    tplus_text ovl:34
  33. SEGMENTS    tplus_a_text ovl:35
  34. SEGMENTS    targa_text ovl:37
  35. SEGMENTS    tgaview_text ovl:38
  36. SEGMENTS    f16_text ovl:39
  37.  
  38. ; commonly-used 3D routines (which could be in overlays if needs be)
  39.  
  40. SEGMENTS    plot3d_text ovl:40
  41. SEGMENTS    $3d_text ovl:40
  42.  
  43. ; now the overlays start: hopefully, nothing runs *too* slowly...
  44.  
  45. SEGMENTS    cmdfiles_text ovl:1
  46.  
  47. SEGMENTS    help_text ovl:2
  48. SEGMENTS    intro_text ovl:3
  49.  
  50. SEGMENTS    prompts1_text ovl:4
  51. SEGMENTS    prompts2_text ovl:5
  52.  
  53. SEGMENTS    gifview_text ovl:6
  54. SEGMENTS    decoder_text ovl:6
  55.  
  56. SEGMENTS    encoder_text ovl:7
  57.  
  58. SEGMENTS    slideshw_text ovl:8
  59.  
  60. SEGMENTS    loadfile_text ovl:9
  61. SEGMENTS    loadfdos_text ovl:9
  62.  
  63. SEGMENTS    line3d_text ovl:10
  64.  
  65. SEGMENTS    rotate_text ovl:11
  66. SEGMENTS    editpal_text ovl:11
  67.  
  68. SEGMENTS    printer_text ovl:12
  69.  
  70. SEGMENTS    miscovl_text ovl:13
  71.  
  72. SEGMENTS    zoom_text ovl:14
  73.  
  74. SEGMENTS    miscres_text ovl:15
  75. SEGMENTS    realdos_text ovl:0
  76. SEGMENTS    realdos1_text ovl:16
  77.  
  78. SEGMENTS    biginit_text ovl:41
  79. SEGMENTS    bigflt_text ovl:0
  80. SEGMENTS    bigflt1_text ovl:42
  81. SEGMENTS    bigfltc_text ovl:0
  82. SEGMENTS    bigflta_text ovl:0
  83. SEGMENTS    bignum_text ovl:0
  84. SEGMENTS    bignum1_text ovl:43
  85. ;SEGMENTS    bignumc_text ovl:0
  86. SEGMENTS    bignuma_text ovl:0
  87. SEGMENTS    bigsetup_text ovl:44
  88.  
  89. SEGMENTS    loadmap_text ovl:17
  90. SEGMENTS    stereo_text ovl:18
  91.  
  92. ; fractal-specific routines, each in its own overlay.
  93.  
  94. SEGMENTS    fracsubr_text ovl:19
  95. SEGMENTS    calcmand_text ovl:20
  96. SEGMENTS    calmanfp_text ovl:21
  97. SEGMENTS    testpt_text ovl:22
  98. SEGMENTS    jiim_text ovl:23
  99. SEGMENTS    parser_text ovl:0
  100. SEGMENTS    parser1_text ovl:36
  101. SEGMENTS    parsera_text ovl:0
  102. SEGMENTS    parserfp_text ovl:24
  103. SEGMENTS    lsys_text ovl:25
  104. SEGMENTS    lsysa_text ovl:25
  105. SEGMENTS    lsysf_text ovl:25
  106. SEGMENTS    lsysaf_text ovl:25
  107. SEGMENTS    lorenz_text ovl:26
  108. SEGMENTS    jb_text ovl:27
  109. SEGMENTS    hcmplx_text ovl:28
  110. SEGMENTS    newton_text ovl:29
  111. SEGMENTS    lyapunov_text ovl:30
  112. SEGMENTS    miscfrac_text ovl:30
  113. SEGMENTS    yourvid_text ovl:31
  114. SEGMENTS    frasetup_text ovl:32
  115. SEGMENTS    framain2_text ovl:33
  116. SEGMENTS    calcfra1_text ovl:45
  117. SEGMENTS    hello_text ovl:50
  118.